home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / dosref19.arc / CHAPTER.001 < prev    next >
Text File  |  1991-06-07  |  32KB  |  594 lines

  1.  
  2.    **  Programmer's  Technical  Reference  for  MSDOS  and  the  IBM  PC **
  3.                         ┌─────────────────────────────┐
  4.                         │ Shareware Version, 04/16/91 │
  5.                         │  Please Register Your Copy  │
  6.                         └─────────────────────────────┘
  7.                     Copyright (c) 1987, 1991 Dave Williams
  8.                           USA copyright TXG 392-616
  9.                      ISBN 1-878830-02-3 (disk-based text)
  10.  
  11.  
  12.                             C H A P T E R    O N E
  13.  
  14.                               DOS AND THE IBM PC
  15.  
  16.  
  17.                                 C O N T E N T S
  18.  
  19. Some History .......................................................... 1**1
  20. What is DOS? .......................................................... 1**2
  21. Other Operating Systems ............................................... 1**3
  22. Specific Versions of MS/PC-DOS ........................................ 1**4
  23. The Operating System Heirarchy ........................................ 1**5
  24. DOS Structure ......................................................... 1**6
  25. DOS Initialization .................................................... 1**7
  26.  
  27.  
  28.  
  29. SOME HISTORY├────────────────────────────────────────────────────────── 1**1
  30.  
  31.  Development of MSDOS/PCDOS began in October 1980, when IBM began searching
  32. the market for an operating system for the yet-to-be-introduced IBM PC.
  33. Microsoft had no real operating system to sell, but after some research licensed
  34. Seattle Computer Products' 86-DOS operating system, which had been written by a
  35. man named Tim Paterson earlier in 1980 for use on that company's line of 8086,
  36. S100 bus micros. 86-DOS (also called QDOS, for Quick and Dirty Operating System)
  37. had been written as more or less a 16-bit version of CP/M, since Digital
  38. Research was showing no hurry in introducing CP/M-86.
  39.  
  40.  This code was hurriedly polished up and presented to IBM for evaluation. IBM
  41. had originally intended to use Digital Research's CP/M operating system, which
  42. was the industry standard at the time. Folklore reports everything from obscure
  43. legal entanglements to outright snubbing of the IBM representatives by Digital,
  44. irregardless, IBM found itself left with Microsoft's offering of "Microsoft Disk
  45. Operating System 1.0". An agreement was reached between the two, and IBM agreed
  46. to accept 86-DOS as the main operating system for thir new PC. Microsoft
  47. purchased all rights to 86-DOS in July 1981, and "IBM PC-DOS 1.0" was ready for
  48. the introduction of the IBM PC in October 1981. IBM subjected the operating
  49. system to an extensive quality-assurance program, reportedly found well over
  50. 300 bugs, and decided to rewrite the programs. This is why PC-DOS is
  51. copyrighted by both IBM and Microsoft.
  52.  
  53.  It is sometimes amusing to reflect on the fact that the IBM PC was not
  54. originally intended to run MSDOS. The target operating system at the end of the
  55. development was for a (not yet in existence) 8086 version of CP/M. On the other
  56. hand, when DOS was originally written the IBM PC did not yet exist! Although
  57. PC-DOS was bundled with the computer, Digital Research's CP/M-86 would probably
  58. have been the main operating system for the PC except for two things - Digital
  59. Research wanted $495 for CP/M-86 (considering PC-DOS was essentially free) and
  60. many software developers found it easier to port existing CP/M software to DOS
  61. than to the new version of CP/M.
  62.  
  63.  Several computer magazines claimed that Digital Research aided IBM in writing
  64. DOS 4.0, which was subsequently licensed back to Microsoft, which has dropped
  65. further development of the operating system to tilt at the windmills of OS/2.
  66. After using DR-DOS 3.4 and noting its behavior, I now tend to seriously doubt
  67. Digital had any dealings with PC-DOS 4.0. IBM also claimed that DOS 4.0 was a
  68. completely IBM product. In early 1990 IBM announced that it was ceasing 
  69. development of DOS (and OS/2 as well) and all further work would be done
  70. solely by Microsoft.
  71.  
  72.  MSDOS and PC-DOS have been run on more than just the IBM-PC and clones. Some
  73. of the following have been done:
  74.  
  75.  Hardware PC Emulation:
  76.  
  77.         Apple II                ->      TransPC 8088 board, QuadRam QuadLink
  78.         Apple MacIntosh         ->      AST 80286 board
  79.         Atari 400/800           ->      Co-Power 88 board
  80.         Atari ST                ->      PC-Ditto II cartridge
  81.         Commodore Amiga 2000    ->      8088 or A2286D 80286 Bridge Board
  82.         IBM PC/RT               ->      80286 AT adapter
  83.         Kaypro 2                ->      Co-Power Plus board
  84.  
  85.  Software PC Emulation:
  86.  
  87.         Apple MacIntosh         ->      SoftPC
  88.         Atari ST                ->      PC-Ditto I
  89.  
  90.  DOS Emulation:
  91.  
  92.         OS/2                    ->      DOS emulation in "Compatibility Box"
  93.         QNX                     ->      DOS window
  94.         SunOS                   ->      DOS window
  95.         Xenix                   ->      DOS emulation with DOSMerge
  96.  
  97.  
  98. WHAT IS DOS?├────────────────────────────────────────────────────────── 1**2
  99.  
  100.  DOS exists as a high-level interface between an application program and the
  101. computer. DOS stands for "Disk Operating System", which reflects the fact that
  102. its main original purpose was to provide an interface between the computer and
  103. its disk drives.
  104.  
  105.  DOS now lets your programs do simple memory management, I/O from the system
  106. console, and assorted system tasks (time and date, etc) as well as managing
  107. disk operations. Versions 3.1 and up also incorporate basic networking
  108. functions.
  109.  
  110.  With the introduction of installable device drivers and TSR (terminate but
  111. stay resident) programs in DOS 2.0, the basic DOS functions may be expanded to
  112. cover virtually any scale of operations required.
  113.  
  114.  
  115. OTHER OPERATING SYSTEMS├─────────────────────────────────────────────── 1**3
  116.  
  117.  There are a number of compatible replacements for Microsoft's MSDOS. Some are:
  118.  
  119. Consortium Technologies MultiDOS     (multitasking, multiuser)
  120. Digital Research Concurrent DOS      (multitasking)
  121. Digital Research Concurrent DOS 386  (for 80386 computers)
  122. Digital Research Concurrent DOS XM   (multitasking, multiuser)
  123. Digital Research DR-DOS 3.31 and 4.0 (PC-DOS clones)
  124. PC-MOS/386                           (multitasking, multiuser)
  125. Wendin-DOS                           (multitasking, multiuser)
  126. VM/386                               (multitasking)
  127.  
  128.  
  129.  Various other operating systems are availible for the IBM PC. These include:
  130.  
  131. Digital Research CP/M-86
  132. Digital Research Concurrent CP/M-86 (multitasking)
  133. Minix (multitasking UNIX workalike)
  134. Pick  (database-operating system)
  135. QNX   (multitasking, multiuser)
  136. UNIX  (various systems from IBM itself, Microsoft-SCO, Bell, and various UNIX
  137.        clones, single and multi user) (AIX, Xenix, AT&T System V, etc.)
  138.  
  139.  "Shell" programs exist which use DOS only for disk management while they more
  140. or less comprise a new operating system. These include:
  141.  
  142.      DesQview                        Windows                     OmniView
  143.      GEM                             TopView                     TaskView
  144.  
  145.  Systems using the NEC V-series CPUs can execute Intel 8080/8085 8-bit
  146. instructions as well as the 16-bit 8088-up instructions. They can run standard
  147. Digital Research 8-bit CP/M and MP/M directly, as well as other operating
  148. systems developed for that processor.
  149.  
  150.  
  151.  
  152. SPECIFIC VERSIONS OF MS/PC-DOS├──────────────────────────────────────── 1**4
  153.  
  154.  DOS 1.x is essentially 86-DOS. DOS 2.x kept the multiple file layout (the two
  155. hidden files and COMMAND.COM) but for all practical purposes is an entirely
  156. different operating system with backwards compatibility with 1.x. I seriously
  157. doubt there has been much code from 1.x retained in 2.x. DOS 3.x is merely an
  158. enhancement of 2.x; there seems little justification for jumping a whole
  159. version number. DOS 4.0, originating as it did from outside Microsoft, can
  160. justify a version jump. Unfortunately, 4.x seems to have very little reason to
  161. justify its existence - virtually all of its core features can be found in one
  162. version or another of DOS 3.x.
  163.  
  164.  DOS version nomenclature: major.minor.minor. The digit to the left of the
  165. decimal point indicates a major DOS version change. 1.0 was the first version.
  166. 2.0 added support for subdirectorites, 3.0 added support for networking, 4.0
  167. added some minimal support for Lotus-Intel-Microsoft EMS.
  168.  
  169.  The first minor version indicates customization for a major application. For
  170. example, 2.1 for the PCjr, 3.3 for the PS/2s. The second minor version does not
  171. seem to have any particular meaning.
  172.  
  173.  The main versions of DOS are:
  174.  
  175.  PC-DOS 1.0   August   1981  original release
  176.  PC-DOS 1.05  -------- ----  fixes to BASIC interpreter
  177.  PC-DOS 1.1   May      1982  bugfix, double sided drive support
  178.  MS-DOS 1.25  June     1982  for early compatibles
  179.  PC-DOS 1.86  -------- ----  internal IBM - extended 1.1 - not released
  180.  PC-DOS 2.0   March    1983  for PC/XT, Unix-type subdirectory support
  181.  PC-DOS 2.1   October  1983  for PCjr, bugfixes for 2.0
  182.  MS-DOS 2.11  October  1983  compatible equivalent to PC-DOS 2.1
  183.  MS-DOS 2.12  -------- ----  special version for TI Professional
  184.  PC-DOS 3.0   August   1984  1.2 meg drive for PC/AT, some new system calls
  185.  PC-DOS 3.1   November 1984  bugfix for 3.0, implemented network support
  186.  MS-DOS 2.25  October  1985  compatible; extended foreign language support
  187.  PC-DOS 3.2   December 1985  720k 3.5 inch drive support for Convertible
  188.  MS-DOS 4.0   April    1986  multitasking (Europe only) - withdrawn from market
  189.  PC-DOS 3.3   April    1987  for PS/2 series, 1.44 meg, multiple DOS partitions
  190.  MS-DOS 3.31  November 1987  over-32 meg DOS partitions, new function calls
  191.  PC-DOS 3.4   -------- ----  internal IBM - not released (4.0 development)
  192.  PC-DOS 4.0   August   1988  minor EMS support, some new function calls
  193.  MS-DOS 4.01  January? 1989  Microsoft version with some bugfixes
  194.  MS-DOS 3.21R September1989  DOS in ROM, Flash File System for laptops
  195.  MS-DOS 5.0   announced for 2Q91
  196.  
  197.  IBM's PC-DOS is considered to be the "standard" version of DOS; Microsoft has
  198. sold MS-DOS over the counter only since version 3.2 (previously, Microsoft
  199. sold its versions only to OEMs). Most versions of DOS functionally duplicate
  200. the external DOS commands such as DISKCOPY, etc. Although Microsoft announced
  201. that they would sell MS-DOS 4.0 only to OEMs, they apparently changed the
  202. policy and are now selling it over the counter.
  203.  
  204.  Incidentally, IBM refers to its DOS as "The IBM Personal Computer DOS." The
  205. term "PCDOS" is a trademark of IBM's rival DEC.
  206.  
  207.  Some versions of MS-DOS varied from PC-DOS in the available external commands.
  208. Some OEMs only licensed the basic operating system code (the xxxDOS and xxxBIO
  209. programs, and COMMAND.COM) from Microsoft, and either wrote the rest themselves
  210. or contracted them from outside software houses like Phoenix. Most of the
  211. external programs for DOS 3.x and 4.x are written in "C" while the 1.x and 2.x
  212. utilities were written in assembly language. Other OEMs required customized
  213. versions of DOS for their specific hardware configurations, such as Sanyo 55x
  214. and early Tandy computers, which were unable to exchange their DOS with the IBM
  215. version.
  216.  
  217.  PC-DOS 3.0 was extremely buggy on release. It does not handle the DOS
  218. environment correctly and there are numerous documented problems with the
  219. batch file parser. The network support code is also nonfunctional in this DOS
  220. version. It is recommended that users upgrade to at least version 3.1.
  221.  
  222.  DEC MSDOS versions 2.11 for the Rainbow had the ANSI.SYS device driver built
  223. into the main code. The Rainbow also used a unique quad density, single-sided
  224. floppy drive and its DOS had special support for it.
  225.  
  226.  IBM had a version 1.85 of PC-DOS in April 1983, after the introduction of DOS
  227. 2.0. It was evidently for internal use only, supported multiple drive file
  228. searches (a primitive form of PATH), builtin MODE sommands for screen support,
  229. a /P parameter for TYPE for paused screens, an editable command stack like the
  230. public domain DOSEDIT.COM utility, and could be set up to remain completely
  231. resident in RAM instead of a resident/transient part like normal DOS. It is a
  232. pity some of the neat enhancements didn't make it into DOS 2.0. IBM also had
  233. an "internal use only" version 3.4, evidently used while developing DOS 4.0.
  234.  
  235.  Digital Research's DR-DOS is the first widely available DOS clone. Version
  236. 3.4 was the one first available to the American public. It was very buggy and
  237. its use is not recommended. DR 3.41 is extremely compatible and its use should
  238. pose no problems on any machine.
  239.  
  240.  Some versions of DOS used in compatibles do not maintain the 1.x, 2.x, ...
  241. numbering system. Columbia Data Products computers labeled DOS 1.25 as DOS
  242. 2.0. Early Compaqs labeled DOS 2.0 as DOS 1.x. Other versions incorporated
  243. special features - Compaq DOS 3.31 and Wyse DOS 3.21 both support 32-bit file
  244. allocation tables in the same fashion as DOS 4.x.
  245.  
  246.  AT&T DOS 3.1 differs from generic MSDOS 3.10 in its use of cluster-size and
  247. file allocation table structures. AT&T DOS appears to use rules not from
  248. version 3, but rather those from version 2.
  249.  
  250.  Epson Equity III and ComputerLand 3.10 DOS's appear to use cluster techniques
  251. that are a cross between versions 2 and 3. On type DOS partitions, these DOS's
  252. use 3.x rules if the partition is larger than 32,680 sectors in total size.
  253. This implies 16 bit FAT entries as well. On partitions below this size, they
  254. will use 2.x rules, including the 12 bit FAT entries.
  255.  
  256.  Zenith DOS 3.x and Wyse DOS 3.2 have a builtin internal device driver to
  257. handle up to 4 32Mb DOS partitions on a single hard disk. Wyse DOS 3.31 will
  258. handle single partitions up to 512Mb with a 32-bit FAT.
  259.  
  260.  According to PC Week Magazine, July 4, 1988, Arabic versions of MSDOS are
  261. shipping with a hardware copy-protection system from Rainbow Technologies.
  262. This is similar to the short-lived system used by AutoCAD 2.52 and a very few
  263. other MSDOS programs, where an adapter block is plugged into the parallel port
  264. and software makes use of coded bytes within the block. This type of copy
  265. protection has been common on Commodore products for several years, where it is
  266. called a "dongle."
  267.  The AutoCAD dongle was defeated by a small program written within weeks of
  268. version 2.52's debut. Version 2.62 was released 3 months later, without the
  269. dongle. The DOS dongle will, however, prevent the system from booting at all
  270. unless it is found.
  271.  This makes the Arabic version of MSDOS the first copy-protected operating
  272. system, a dubious distinction at best. The modifications to the operating
  273. system to support the dongle are not known at this time. Frankly, it would
  274. seem that burning the operating system into ROMs would be cheaper and simpler.
  275.  
  276.  Versions of DOS sold in Great Britain are either newer than those sold in the
  277. US or use a different numbering system. DOS 3.4, 4.0, 4.1, 4.2, and 4.3 had
  278. been released there between the US releases of 3.3 and 4.0.
  279.  MSDOS 4.0 was introduced in mid-1987 in Europe (at SICOB in Paris and sometime
  280. earlier by Apricot Computer in the UK). It apparently offers multitasking
  281. PROVIDED applications are specially written for it.
  282.  David Fraser (Microsoft UK Managing Director) is on record saying that "DOS
  283. 4.0 is unlikely to set the world alight and is of interest only to specific
  284. OEMs who want its features for networking and communications."  Standard DOS
  285. applications will run under DOS 4.x as a foreground task according to uncertain
  286. information. It differs from earlier versions only in allowing background tasks
  287. to run. No info about how many tasks/memory requirements etc. at this time. It
  288. will run an MS-DOS 3.2 or earlier type task in a foreground partition, and a
  289. specially written task in the background.
  290.  
  291.  Microsoft changed their OEM licensing agreements between DOS versions 2.x and
  292. 3.x. OEM versions of DOS 3.x must maintain certain data areas and undocumented
  293. functions in order to provide compatibility with the networking features of the
  294. operating system. For this reason, resident programs will be much more reliable
  295. when operating under DOS 3.x.
  296.  
  297.  At least two versions of DOS have been modified to be run entirely out of ROM.
  298. The Sharp PC5000 had MSDOS 1.25 in ROM, and the Toshiba 1000 and some Tandy
  299. 1000 models have MSDOS 2.11 in ROM. Digital Research has also announced its
  300. DR-DOS is availible in a ROM version and Award Software is marketing DOS cards
  301. to OEMs as a plug-in.
  302.  
  303.  Some OEM vendors (Toshiba, Tandy) had purchased the source code to DOS
  304. (rumored to be in the vicinity of $100,000) and developed their own ROM-based
  305. versions of DOS. In September 1989 Microsoft announced the availability of MS-
  306. DOS 3.21R on ROM for sale to OEMs. Psion, Headstart, and Emerson have
  307. announced that some of their new models will use the new DOS ROMs.
  308.  As an aside, $100,000 sounds awfully low for the source code to DOS,
  309. considering several well-known business software packages want $50,000 for
  310. non-copy-protected versions.
  311.  
  312.  IBM's release of DOS 4.0 (and the immediate subsequent release of a bugfix)
  313. is a dubious step "forward." DOS 4.0 is the first version of DOS to come with
  314. a warranty; the catch is that IBM warrants it only for a very slim list of
  315. IBM-packaged software. 4.0 has some minor EMS support, support for large hard
  316. disks, and not much else. With its voracious RAM requirements and lack of
  317. compatibility with previous versions of DOS (many major software packages
  318. crash under DOS 4.0), plus the increase in price to a cool $150, there has
  319. been no great rush to go to the newest DOS.
  320.  
  321.  IBM's PC LAN software 1.2 will not work with DOS 4.0. Version 1.3 or higher
  322. is required.
  323.  
  324.  
  325.  
  326. THE OPERATING SYSTEM HIERARCHY├──────────────────────────────────────── 1**5
  327.  
  328.  
  329.  The Disk Operating System (DOS) and the ROM BIOS serve as an insulating layer
  330. between the application program and the machine, and as a source of services
  331. to the application program.
  332.  
  333.   As the term 'system' might imply, DOS is not one program but a collection
  334. of programs designed to work together to allow the user access to programs
  335. and data.  Thus, DOS consists of several layers of "control"programs and a set
  336. of "utility" programs.
  337.  
  338.  The system hierarchy may be thought of as a tree, with the lowest level being
  339. the actual hardware. The 8088 or V20 processor sees the computer's address
  340. space as a ladder two bytes wide and one million bytes long. Parts of this
  341. ladder are in ROM, parts in RAM, and parts are not assigned. There are also
  342. 65,556 "ports" that the processor can use to control devices.
  343.  
  344.  The hardware is normally addressed by the ROM BIOS, which will always know
  345. where everything is in its particular system. The chips may usually also be
  346. written to directly, by telling the processor to write to a specific address or
  347. port. This sometimes does not work as the chips may not always be at the same
  348. addresses or have the same functions from machine to machine.
  349.  
  350.  
  351.  
  352. DOS STRUCTURE├───────────────────────────────────────────────────────── 1**6
  353.  
  354. DOS consists of four components:
  355.  
  356.  * The boot record
  357.  * The ROM BIOS interface  (IBMBIO.COM, DRBIOS.SYS, or IO.SYS)
  358.  * The DOS program file    (IBMDOS.COM, DRBDOS.SYS, or MSDOS.SYS)
  359.  * The command processor   (COMMAND.COM or aftermarket replacement)
  360.  
  361.  
  362. * The Boot Record
  363.  
  364.  The boot record begins on track 0, sector 1, side 0 of every diskette formatted
  365. by the DOS FORMAT command. The boot record is placed on diskettes to produce an
  366. error message if you try to start up the system with a nonsystem diskette in
  367. drive A. For hard disks, the boot record resides on the first sector of the DOS
  368. partition. All media supported by DOS use one sector for the boot record.
  369.  
  370.  
  371. * Read Only Memory (ROM) BIOS Interface and Extensions
  372.  
  373.  The file IBMBIO.COM or IO.SYS is the interface module to the ROM BIOS.
  374. This file provides a low-level interface to the ROM BIOS device routines and
  375. may contain extensions or changes to the system board ROMs. Some compatibles do
  376. not have a ROM BIOS to extend, and load the entire BIOS from disk. (Sanyo 55x,
  377. Viasyn machines). Some versions of MSDOS, such as those supplied to Tandy, are
  378. named IBMBIO.COM but are not IBM files.
  379.  
  380.  These low-level interface routines include the instructions for performing
  381. operations such as displaying information on the screen, reading the keyboard,
  382. sending data out to the printer, operating the disk drives, and so on. It is
  383. the operating system's means of controlling the hardware. IBMBIO.COM contains
  384. any modifications or updates to the ROM BIOS that are needed to correct any
  385. bugs or add support for other types of hardware such as new disk drives. By
  386. using IBMBIO.COM to update the ROM BIOS on the fly when the user turns on their
  387. computer, IBM does not need to replace the ROM BIOS chip itself, but makes any
  388. corrections through the cheaper and easier method of modifying the IBMBIO.COM
  389. file instead.
  390.  
  391.  IBMBIO.COM also keeps track of hardware operations on an internal stack or
  392. "scratch pad" area for the operating system to save information such as
  393. addresses it will need, etc. An example of the use for this stack can be seen
  394. when running a program such as a word processor. If you have told the word
  395. processor to save your letter, it will write the data to your disk. During this
  396. time, if you start typing some more information, the keyboard generates a
  397. hardware interrupt. Since you don't want the process of writing the information
  398. to the disk to be interrupted, DOS allocates a slot in the stack for the
  399. keyboard's hardware interrupt and when it gets a chance, (probably after the
  400. data has been written to the disk), it can process that interrupt and pick up
  401. the characters you may have been typing. The STACKS= command in DOS 3.2+'s
  402. CONFIG.SYS file controls the number of stack frames availible for this
  403. purpose.
  404.  
  405.  IBMBIO.COM also reads your CONFIG.SYS file and installs any device drivers
  406. (i.e. DEVICE=ANSI.SYS) or configuration commands it may find there.
  407.  
  408.  
  409.  
  410. * The DOS Program
  411.  
  412.  The actual DOS program is the file IBMDOS.COM or MSDOS.SYS. It provides a high-
  413. level interface for user (application) programs. This program consists of file
  414. management routines, data blocking/deblocking for the disk routines, and a
  415. variety of built-in functions easily accessible by user programs.
  416.  
  417.  When a user program calls these function routines, they accept high-level
  418. information by way of register and control block contents. When a user program
  419. calls DOS to perform an operation, these functions translate the requirement
  420. into one or more calls to IBMBIO.COM, MSDOS.SYS or system hardware to complete
  421. the request.
  422.  
  423.  This section is often referred to as the "kernel" by systems programmers.
  424.  
  425.  
  426.  
  427. * The Command Interpreter
  428.  
  429.  The command interpreter, COMMAND.COM, is the part you interact with on the
  430. command line. COMMAND.COM has three parts. IBM calls them the "resident
  431. portion", the "initialization portion" and the "transient portion".
  432.  
  433.  IBM's original documentation spoke of installing alternate command
  434. interpreters (programs other than COMMAND.COM) with the SHELL= statement in
  435. CONFIG.SYS. Unfortunately, IBM chose not to document much of the interaction
  436. between IBMDOS.COM and IBMBIO.COM. By the time much of the interaction was
  437. widely understood, many commercial software programs had been written to use
  438. peculiarities of COMMAND.COM itself.
  439.  
  440.  Two programs exist that perform as actual "shells" by completely replacing
  441. COMMAND.COM and substituting their own command interpreter to use with the
  442. hidden DOS files. These are Command Plus, a commercial package, and the very
  443. interesting shareware 4DOS package. Both supply greatly enhanced batch
  444. language and editing capabilities.
  445.  
  446. NOTE: DOS 3.3+ checks for the presence of a hard disk, and will default to
  447.       COMSPEC=C:\. Previous versions default to COMSPEC=A:\. Under some DOS
  448.       versions, if COMMAND.COM is not immediately availible for reloading
  449.       (i.e., swapping to a floppy with COMMAND.COM on it) DOS may crash.
  450.  
  451.  
  452. Resident Portion:
  453.  
  454.  The resident portion resides in memory immediately following IBMDOS.COM and its
  455. data area. This portion contains routines to process interrupts 22h (Terminate
  456. Address), 23h (Ctrl-Break Handler), and 24h (Critical Error Handler), as well as
  457. a routine to reload the transient portion if needed. For DOS 3.x, this portion
  458. also contains a routine to load and execute external commands, such as files
  459. with exensions of COM or EXE.
  460.  
  461.  When a program terminates, a checksum is used to determine if the application
  462. program overlaid the transient portion of COMMAND.COM. If so, the resident
  463. portion will reload the transient portion from the area designated by COMSPEC=
  464. in the DOS environment. If COMMAND.COM cannot be found, the system will halt.
  465.  
  466.  All standard DOS error handling is done within the resident portion of
  467. COMMAND.COM.  This includes displaying error messages and interpreting the
  468. replies to the "Abort, Retry, Ignore, Fail?" message.
  469.  
  470.  Since the transient portion of COMMAND.COM is so large (containing the
  471. internal commands and all those error messages), and it is not needed when the
  472. user is running an application it can be overlaid that program if that
  473. application needs the room.  When the application is through, the resident
  474. portion of COMMAND.COM brings the transient portion back into memory to show
  475. the prompt.  This is why you will sometimes see the message "Insert disk with
  476. COMMAND.COM". It needs to get the transient portion off the disk since it was
  477. overlaid with the application program.
  478.  
  479.  The initialization portion of COMMAND.COM follows the resident portion and is
  480. given control during the bootup procedure. This section actually processes the
  481. AUTOEXEC.BAT file. It also decides where to load the user's programs when they
  482. are executed. Since this code is only needed during startup, it is overlaid by
  483. the first program which COMMAND.COM loads.
  484.  
  485.  The transient portion is loaded at the high end of memory and it is the
  486. command processor itself. It interprets whatever the user types in at the
  487. keyboard, hence messages such as "Bad command or file name" for when the user
  488. misspells a command. This portion contains all the internal commands (i.e.
  489. COPY, DIR, RENAME, ERASE), the batch file processor (to run .BAT files) and
  490. a routine to load and execute external commands which are either .COM or
  491. .EXE files.
  492.  
  493.  The transient portion of COMMAND.COM produces the system prompt, (C>), and
  494. reads what the user types in from the keyboard and tries to do something with
  495. it. For any .COM or .EXE files, it builds a command line and issues an EXEC
  496. function call to load the program and transfer control to it.
  497.  
  498.  
  499.  
  500. DOS INITIALIZATION├──────────────────────────────────────────────────── 1**7
  501.  
  502.  The system is initialized by a software reset (Ctrl-Alt-Del), a hardware reset
  503. (reset button), or by turning the computer on. The Intel 80x8x series processors
  504. always look for their first instruction at the end of their address space
  505. (0FFFF0h) when powered up or reset. This address contains a jump to the first
  506. instruction for the ROM BIOS.
  507.  
  508.  Built-in ROM programs (Power-On Self-Test, or POST, in the IBM) check machine
  509. status and run inspection programs of various sorts. Some machines set up a
  510. reserved RAM area with bytes indicating installed equipment (AT and PCjr).
  511.  
  512.  When the ROM BIOS finds a ROM on an adapter card, it lets that ROM take
  513. control of the system so that it may perform any set up necessary to use the
  514. hardware or software controlled by that ROM. The ROM BIOS searches absolute
  515. addresses C8000h through E0000h in 2K increments in search of a valid ROM.
  516. A valid ROM is determined by the first few bytes in the ROM. The ROM will have
  517. the bytes 55h, AAh, a length indicator and then the assembly language
  518. instruction to CALL FAR (to bring in a "FAR" routine). A checksum is done on
  519. the ROM to verify its integrity, then the BIOS performs the CALL FAR to bring
  520. in the executible code. The adapter's ROM then performs its initialization
  521. tasks and hopefully returns control of the computer back to the ROM BIOS so it
  522. can continue with the booting process.
  523.  
  524.  The ROM BIOS routines then look for a disk drive at A: or an option ROM
  525. (usually a hard disk) at absolute address C:800h. If no floppy drive or option
  526. ROM is found, the BIOS calls int 19h (ROM BASIC if it is an IBM) or displays
  527. an error message.
  528.  
  529.  If a bootable disk is found, the ROM BIOS loads the first sector of information
  530. from the disk and then jumps into the RAM location holding that code. This code
  531. normally is a routine to load the rest of the code off the disk, or to "boot"
  532. the system.
  533.  
  534.  The following actions occur after a system initialization:
  535.  
  536.  1.  The boot record is read into memory and given control.
  537.  
  538.  2.  The boot record then checks the root directory to assure that the first
  539.      two files are IBMBIO.COM and IBMDOS.COM. These two files must be the
  540.      first two files, and they must be in that order (IBMBIO.COM first, with
  541.      its sectors in contiguous order).
  542.      NOTE: IBMDOS.COM need not be contiguous in version 3.x+.
  543.  
  544.  3.  The boot record loads IBMBIO.COM into memory.
  545.  
  546.  4.  The initialization code in IBMBIO.COM loads IBMDOS.COM, determines
  547.      equipment status, resets the disk system, initializes the attached
  548.      devices, sets the system parameters and loads any installable device
  549.      drivers according to the CONFIG.SYS file in the root directory (if
  550.      present), sets the low-numbered interrupt vectors, relocates IBMDOS.COM
  551.      downward, and calls the first byte of DOS.
  552.      NOTE: CONFIG.SYS may be a hidden file.
  553.  
  554.  5.  DOS initializes its internal working tables, initializes the interrupt
  555.      vectors for interrupts 20h through 27h, and builds a Program Segment
  556.      Prefix for COMMAND.COM at the lowest available segment. For DOS versions
  557.      3.10 up, DOS also initializes the vectors for interrupts 0Fh through 3Fh.
  558.      An initialization routine is included in the resident portion and assumes
  559.      control during startup. This routine contains the AUTOEXEC.BAT file
  560.      handler and determines the segment address where user application programs
  561.      may be loaded. The initialization routine is then no longer needed and is
  562.      overlaid by the first program COMMAND.COM loads.
  563.      NOTE: AUTOEXEC.BAT may be a hidden file.
  564.  
  565.  6.  IBMBIO.COM uses the EXEC function call to load and start the top-level
  566.      command processor. The default command processor is COMMAND.COM in the
  567.      root directory of the boot drive. If COMMAND.COM is in a subdirectory
  568.      or another command processor is to be used, it must be specified by a
  569.      SHELL= statement in the CONFIG.SYS file.
  570.      A transient portion is loaded at the high end of memory. This is the
  571.      command processor itself, containing all of the internal command
  572.      processors and the batch file processor. For DOS 2.x, this portion also
  573.      contains a routine to load and execute external commands, such as files
  574.      with extensions of COM or EXE.
  575.       This portion of COMMAND.COM also produces the DOS prompt (such as "A>"),
  576.      reads the command from the standard input device (usually the keyboard or
  577.      a batch file), and executes the command. For external commands, it builds
  578.      a command line and issues an EXEC function call to load and transfer
  579.      control to the program.
  580.  
  581. note 1) COMMAND.COM may be a hidden file.
  582.      2) For IBM DOS 2.x, the transient portion of the command processor
  583.         contains the EXEC routine that loads and executes external commands.
  584.         For MSDOS 2.x+ and IBM DOS 3.x+, the resident portion of the command
  585.         processor contains the EXEC routine.
  586.      3) IBMBIO only checks for a file *named* "COMMAND.COM". It will load
  587.         any file of that name if no SHELL= command is used.
  588.  
  589.  
  590.  That pretty much covers the bootup process. After COMMAND.COM is loaded, it
  591. runs the AUTOEXEC.BAT file and then the user gets their prompt to begin working.
  592.  
  593.  
  594.